All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.CompressionDialog

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.qtcomponents.CompressionDialog

public class CompressionDialog
extends Component
implements QuickTimeLib
This class represents the standard compression dialog.


Method Index

 o getInfoPreferences()
Retrieves the current preferences for a dialog.
 o getInfoState()
Retrieves all of the settings for a dialog.
 o getSettings()
Retrieves the current configuration from the dialog

QuickTime__SCGetSettingsFromAtomContainer()

 o requestSettings()
Displays the standard dialog box to the user for a single image or for sound.
 o setInfoPreferences(int)
Sets the current preferences for a dialog.
 o setInfoState(AtomContainer)
Sets the current configuration for a dialog.
 o setInfoState(QTHandleRef)
Sets all of the settings for a dialog.

Methods

 o requestSettings
 public void requestSettings() throws StdQTException
Displays the standard dialog box to the user for a single image or for sound.

QuickTime::SCRequestImageSettings()

 o getInfoState
 public QTHandleRef getInfoState() throws QTException
Retrieves all of the settings for a dialog.

QuickTime::SCGetInfo()

 o setInfoState
 public void setInfoState(QTHandleRef settings) throws StdQTException
Sets all of the settings for a dialog.

QuickTime::SCSetInfo()

 o setInfoPreferences
 public void setInfoPreferences(int flags) throws StdQTException
Sets the current preferences for a dialog.

QuickTime::SCSetInfo()

Parameters:
flags - the preference flags
 o getInfoPreferences
 public int getInfoPreferences() throws StdQTException
Retrieves the current preferences for a dialog.

QuickTime::SCGetInfo()

Returns:
the preference flags
 o getSettings
 public AtomContainer getSettings() throws StdQTException
Retrieves the current configuration from the dialog

QuickTime__SCGetSettingsFromAtomContainer()

Returns:
the settings
 o setInfoState
 public void setInfoState(AtomContainer settings) throws StdQTException
Sets the current configuration for a dialog.

QuickTime::SCSetSettingsFromAtomContainer()


All Packages  Class Hierarchy  This Package  Previous  Next  Index